home *** CD-ROM | disk | FTP | other *** search
- *** 1.1 1991/06/22 21:44:56
- --- gnulib3.c 1991/09/23 02:21:06
- ***************
- *** 64,76 ****
- ON_EXIT (_cleanup, 0);
- #endif
-
- - #ifdef atarist
- - atexit(__do_global_cleanup);
- - #else
- ON_EXIT (__do_global_cleanup, 0);
- #endif
-
- #endif
- __dli = __DTOR_LIST__.length;
- __dlp = &__DTOR_LIST__;
- #ifndef COFF
- --- 64,76 ----
- ON_EXIT (_cleanup, 0);
- #endif
-
- ON_EXIT (__do_global_cleanup, 0);
- #endif
-
- + #ifdef atarist
- + atexit(__do_global_cleanup);
- #endif
- +
- __dli = __DTOR_LIST__.length;
- __dlp = &__DTOR_LIST__;
- #ifndef COFF
-